func github.com/andybalholm/brotli.utf8Position

6 uses

	github.com/andybalholm/brotli (current package)
		literal_cost.go#L3: func utf8Position(last uint, c uint, clamp uint) uint {
		literal_cost.go#L25: 		counts[utf8Position(last_c, c, 2)]++
		literal_cost.go#L58: 			utf8_pos = utf8Position(last_c, c, max_utf8)
		literal_cost.go#L80: 			var utf8_pos2 uint = utf8Position(last_c, c, max_utf8)
		literal_cost.go#L90: 			var utf8_pos2 uint = utf8Position(last_c, c, max_utf8)
		literal_cost.go#L107: 			var utf8_pos uint = utf8Position(last_c, c, max_utf8)